home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds / rawstat.man < prev    next >
Text File  |  1990-11-28  |  2KB  |  58 lines

  1. '\" Copyright 1989 Regents of the University of California
  2. '\" Permission to use, copy, modify, and distribute this
  3. '\" documentation for any purpose and without fee is hereby
  4. '\" granted, provided that this notice appears in all copies.
  5. '\" The University of California makes no representations about
  6. '\" the suitability of this material for any purpose.  It is
  7. '\" provided "as is" without express or implied warranty.
  8. '\" 
  9. '\" $Header: /sprite/src/cmds/rawstat/RCS/rawstat.man,v 1.5 90/11/28 15:06:17 mgbaker Exp $ SPRITE (Berkeley)
  10. '/" 
  11. .so \*(]ltmac.sprite
  12. .HS RAWSTAT cmds
  13. .BS
  14. '\" Note:  do not modify the .SH NAME line immediately below!
  15. .SH NAME
  16. rawstat \- Print kernel statistics in a raw format: <field value>
  17. .SH SYNOPSIS
  18. \fBrawstat\fR [\fIoptions\fR]
  19. .SH OPTIONS
  20. .IP "\fB\-all\fR" 10
  21. Dump all the following stats.
  22. .IP "\fB\-fs\fR" 10
  23. Dump FS stats defined in <kernel/fsStat.h>.
  24. .IP "\fB\-proc\fR" 10
  25. Dump migration stats defined in <kernel/procMigrate.h>.
  26. .IP "\fB\-recov\fR" 10
  27. Dump recovery stats defined in <kernel/recov.h>.
  28. .IP "\fB\-rpc\fR" 10
  29. Dump RPC stats defined in <rpc.h>.
  30. .IP "\fB\-vm\fR" 10
  31. Dump VM stats defined in <vmStat.h>.
  32. .IP "\fB\-zero\fR" 10
  33. Print out zero valued fields, too.
  34. .IP "\fB\-noidle\fR" 10
  35. Don't dump idle ticks.
  36. .BE
  37.  
  38. .SH DESCRIPTION
  39. .PP
  40. This program prints out kernel statistics in a raw, uninterpreted format.
  41. This allows all the counters kept by the kernel to be dumped and
  42. processed later.  The program first prints a line containing
  43. the host's name and the current time.
  44. Then, if \fB-noidle\fP is not specified,
  45. the kernel's Sched_Instruments information is printed.
  46. This includes the idle time of the host (see <kernel/sched.h>).
  47. Then other statistics are printed depending on the options.
  48. See the indicated header files for further documentation.
  49. If \fB-zero\fP is specified then all fields, even those with
  50. a zero valued counter, are printed.
  51. .PP
  52. This program is semi-automatically generated with the help
  53. of the printFields awk script that is kept in the source directory.
  54.  
  55. .SH KEYWORDS
  56. statistics
  57.  
  58.